home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEEWALL / TFORMTEEWALL.txt
Encoding:
Text File  |  2002-03-14  |  2.6 KB  |  130 lines

  1. object FormTeeWall: TFormTeeWall
  2.   Left = 200
  3.   Top = 102
  4.   ActiveControl = CBView3dWalls
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 207
  8.   ClientWidth = 316
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CBView3dWalls: TCheckBox
  19.     Left = 12
  20.     Top = 9
  21.     Width = 89
  22.     Height = 17
  23.     HelpContext = 676
  24.     Caption = '&Visible Walls'
  25.     TabOrder = 0
  26.     OnClick = CBView3dWallsClick
  27.   end
  28.   object TabSubWalls: TTabControl
  29.     Left = 72
  30.     Top = 32
  31.     Width = 233
  32.     Height = 169
  33.     TabIndex = 0
  34.     TabOrder = 1
  35.     Tabs.Strings = (
  36.       'Left Wall'
  37.       'Bottom Wall'
  38.       'Back Wall')
  39.     OnChange = TabSubWallsChange
  40.     object L33: TLabel
  41.       Left = 29
  42.       Top = 134
  43.       Width = 31
  44.       Height = 19
  45.       Alignment = taRightJustify
  46.       AutoSize = False
  47.       Caption = 'Siz&e:'
  48.       FocusControl = SEWallSize
  49.     end
  50.     object SHWallColor: TShape
  51.       Left = 122
  52.       Top = 32
  53.       Width = 33
  54.       Height = 25
  55.       OnMouseUp = SHWallColorMouseUp
  56.     end
  57.     object BWallColor: TButton
  58.       Left = 22
  59.       Top = 32
  60.       Width = 87
  61.       Height = 25
  62.       HelpContext = 162
  63.       Caption = '&Background...'
  64.       TabOrder = 0
  65.       OnClick = BWallColorClick
  66.     end
  67.     object BWallPen: TButton
  68.       Left = 22
  69.       Top = 64
  70.       Width = 87
  71.       Height = 25
  72.       HelpContext = 377
  73.       Caption = 'B&order...'
  74.       TabOrder = 1
  75.       OnClick = BWallPenClick
  76.     end
  77.     object BWallBrush: TButton
  78.       Left = 22
  79.       Top = 96
  80.       Width = 87
  81.       Height = 25
  82.       HelpContext = 116
  83.       Caption = '&Pattern...'
  84.       TabOrder = 2
  85.       OnClick = BWallBrushClick
  86.     end
  87.     object SEWallSize: TEdit
  88.       Left = 65
  89.       Top = 130
  90.       Width = 29
  91.       Height = 21
  92.       HelpContext = 115
  93.       TabOrder = 3
  94.       Text = '0'
  95.       OnChange = SEWallSizeChange
  96.     end
  97.     object CBWallTransp: TCheckBox
  98.       Left = 123
  99.       Top = 98
  100.       Width = 105
  101.       Height = 17
  102.       HelpContext = 779
  103.       Caption = '&Transparent'
  104.       TabOrder = 4
  105.       OnClick = CBWallTranspClick
  106.     end
  107.     object UDWallSize: TUpDown
  108.       Left = 94
  109.       Top = 130
  110.       Width = 15
  111.       Height = 21
  112.       Associate = SEWallSize
  113.       Min = 0
  114.       Position = 0
  115.       TabOrder = 5
  116.       Wrap = False
  117.     end
  118.     object CBDark3D: TCheckBox
  119.       Left = 123
  120.       Top = 132
  121.       Width = 97
  122.       Height = 17
  123.       HelpContext = 176
  124.       Caption = '&Dark 3D'
  125.       TabOrder = 6
  126.       OnClick = CBDark3DClick
  127.     end
  128.   end
  129. end
  130.